Beschreibung
Typ
Restriction of xs:decimal
Diagramm
Overview
Facette (Aspekt)
Quelle
<xs:simpleType name="DischargingTime" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:documentation xml:lang="de">Entladedauer</xs:documentation>
<xs:documentation xml:lang="en">Discharging Time </xs:documentation>
</xs:annotation>
<xs:restriction base="xs:decimal">
<xs:totalDigits value="7" />
</xs:restriction>
</xs:simpleType>
|
Siehe auch